home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / ctl / ctlgen.py < prev    next >
Text File  |  1996-04-12  |  4KB  |  174 lines

  1. # Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Controls.h'
  2.  
  3. f = Function(ControlRef, 'NewControl',
  4.     (WindowRef, 'theWindow', InMode),
  5.     (Rect_ptr, 'boundsRect', InMode),
  6.     (ConstStr255Param, 'title', InMode),
  7.     (Boolean, 'visible', InMode),
  8.     (SInt16, 'value', InMode),
  9.     (SInt16, 'min', InMode),
  10.     (SInt16, 'max', InMode),
  11.     (SInt16, 'procID', InMode),
  12.     (SInt32, 'refCon', InMode),
  13. )
  14. functions.append(f)
  15.  
  16. f = Function(ControlRef, 'GetNewControl',
  17.     (SInt16, 'controlID', InMode),
  18.     (WindowRef, 'owner', InMode),
  19. )
  20. functions.append(f)
  21.  
  22. f = Method(void, 'DisposeControl',
  23.     (ControlRef, 'theControl', InMode),
  24. )
  25. methods.append(f)
  26.  
  27. f = Function(void, 'KillControls',
  28.     (WindowRef, 'theWindow', InMode),
  29. )
  30. functions.append(f)
  31.  
  32. f = Method(void, 'ShowControl',
  33.     (ControlRef, 'theControl', InMode),
  34. )
  35. methods.append(f)
  36.  
  37. f = Method(void, 'HideControl',
  38.     (ControlRef, 'theControl', InMode),
  39. )
  40. methods.append(f)
  41.  
  42. f = Function(void, 'DrawControls',
  43.     (WindowRef, 'theWindow', InMode),
  44. )
  45. functions.append(f)
  46.  
  47. f = Method(void, 'Draw1Control',
  48.     (ControlRef, 'theControl', InMode),
  49. )
  50. methods.append(f)
  51.  
  52. f = Function(void, 'UpdateControls',
  53.     (WindowRef, 'theWindow', InMode),
  54.     (RgnHandle, 'updateRegion', InMode),
  55. )
  56. functions.append(f)
  57.  
  58. f = Method(void, 'HiliteControl',
  59.     (ControlRef, 'theControl', InMode),
  60.     (ControlPartCode, 'hiliteState', InMode),
  61. )
  62. methods.append(f)
  63.  
  64. f = Method(ControlPartCode, 'TrackControl',
  65.     (ControlRef, 'theControl', InMode),
  66.     (Point, 'thePoint', InMode),
  67.     (FakeType('(ControlActionUPP)0'), 'actionProc', InMode),
  68. )
  69. methods.append(f)
  70.  
  71. f = Method(void, 'DragControl',
  72.     (ControlRef, 'theControl', InMode),
  73.     (Point, 'startPoint', InMode),
  74.     (Rect_ptr, 'limitRect', InMode),
  75.     (Rect_ptr, 'slopRect', InMode),
  76.     (DragConstraint, 'axis', InMode),
  77. )
  78. methods.append(f)
  79.  
  80. f = Method(ControlPartCode, 'TestControl',
  81.     (ControlRef, 'theControl', InMode),
  82.     (Point, 'thePoint', InMode),
  83. )
  84. methods.append(f)
  85.  
  86. f = Function(ControlPartCode, 'FindControl',
  87.     (Point, 'thePoint', InMode),
  88.     (WindowRef, 'theWindow', InMode),
  89.     (ExistingControlHandle, 'theControl', OutMode),
  90. )
  91. functions.append(f)
  92.  
  93. f = Method(void, 'MoveControl',
  94.     (ControlRef, 'theControl', InMode),
  95.     (SInt16, 'h', InMode),
  96.     (SInt16, 'v', InMode),
  97. )
  98. methods.append(f)
  99.  
  100. f = Method(void, 'SizeControl',
  101.     (ControlRef, 'theControl', InMode),
  102.     (SInt16, 'w', InMode),
  103.     (SInt16, 'h', InMode),
  104. )
  105. methods.append(f)
  106.  
  107. f = Method(void, 'SetControlTitle',
  108.     (ControlRef, 'theControl', InMode),
  109.     (ConstStr255Param, 'title', InMode),
  110. )
  111. methods.append(f)
  112.  
  113. f = Method(void, 'GetControlTitle',
  114.     (ControlRef, 'theControl', InMode),
  115.     (Str255, 'title', InMode),
  116. )
  117. methods.append(f)
  118.  
  119. f = Method(SInt16, 'GetControlValue',
  120.     (ControlRef, 'theControl', InMode),
  121. )
  122. methods.append(f)
  123.  
  124. f = Method(void, 'SetControlValue',
  125.     (ControlRef, 'theControl', InMode),
  126.     (SInt16, 'newValue', InMode),
  127. )
  128. methods.append(f)
  129.  
  130. f = Method(SInt16, 'GetControlMinimum',
  131.     (ControlRef, 'theControl', InMode),
  132. )
  133. methods.append(f)
  134.  
  135. f = Method(void, 'SetControlMinimum',
  136.     (ControlRef, 'theControl', InMode),
  137.     (SInt16, 'newMinimum', InMode),
  138. )
  139. methods.append(f)
  140.  
  141. f = Method(SInt16, 'GetControlMaximum',
  142.     (ControlRef, 'theControl', InMode),
  143. )
  144. methods.append(f)
  145.  
  146. f = Method(void, 'SetControlMaximum',
  147.     (ControlRef, 'theControl', InMode),
  148.     (SInt16, 'newMaximum', InMode),
  149. )
  150. methods.append(f)
  151.  
  152. f = Method(SInt16, 'GetControlVariant',
  153.     (ControlRef, 'theControl', InMode),
  154. )
  155. methods.append(f)
  156.  
  157. f = Method(void, 'SetControlAction',
  158.     (ControlRef, 'theControl', InMode),
  159.     (FakeType('(ControlActionUPP)0'), 'actionProc', InMode),
  160. )
  161. methods.append(f)
  162.  
  163. f = Method(void, 'SetControlReference',
  164.     (ControlRef, 'theControl', InMode),
  165.     (SInt32, 'data', InMode),
  166. )
  167. methods.append(f)
  168.  
  169. f = Method(SInt32, 'GetControlReference',
  170.     (ControlRef, 'theControl', InMode),
  171. )
  172. methods.append(f)
  173.  
  174.